start
os.Process.start
(name String, args Sequence String, env_vars container.Map String String)
=>
outcome os.process[Abstract feature]
¶start a process with name, arguments and environment variables
Precondition
pre safety: env_vars.keys ∀ (x -> x.codepoints ∀ .is_ascii)
0.099dev (GIT hash 250922c42fb1dcef5ce7ce89820538f53498ca37)